/*初始化样式*/

html {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  color: #333;
  position: relative;
  font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  color: #333;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h4 {
  font-size: 12px;
  font-weight: bold;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

/*----- Common css ------*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

/*滚动*/

#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800% !important;
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800% !important;
}

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}

.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.wh {
  width: 1200px;
  margin: 0 auto;
  /* padding-top: 38px; */
}
.whh {
  padding-top: 38px;
}
.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.roll_product {
  float: left;
}

.plist {
  margin-top: 56px;
}

.plist li {
  margin-right: 15px;
  margin-bottom: 15px;
}

.plist li:nth-child(3n) {
  margin-right: 0;
}

.plist li a.img {
  border: 1px solid #e5e5e5;
  display: block;
}

.plist li a.img img {
  width: 388px;
  height: 388px;
}

.plist li h3 a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

/*头部样式*/

.top1 {
  background: #eeeeee;
  color: #666666;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  font-size: 14px;
}

.top1 a {
  color: #666666;
}
.top1 a:hover {
  color: #a11f24;
}
.top2 {
  height: 137px;
  overflow: hidden;
}

.logo {
  float: left;
  line-height: 137px;
}

.k3 {
  background: url(../images/logo1.png) no-repeat left center;
  height: 76px;
  margin-top: 30px;
  padding-left: 20px;
  margin-left: 10px;
  padding-top: 7px;
}

.k3 h3:first-child {
  font-size: 22.4px;
  color: #a11f24;
  margin-bottom: 6px;
  font-weight: 700;
}

.k3 {
  font-size: 22.4px;
  color: #333333;
}

.k2 {
  margin-top: 37px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding-left: 60px;
  background: url(../images/t.png) no-repeat left center;
}
.k2 h3{
  color: #666666;
  font: 400 14px/30px "Microsoft yahei";
}
.k2 p {
  color: #333333;
  font-size: 24px;
}

/*热门搜索*/

.sou {
  padding: 22px 0;
  border-bottom: 1px solid #f0f0f0;
}

#formsearch {
  float: right;
}

.hotSearch {
  float: left;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}

.hotSearch a {
  margin-left: 18px;
  color: #666666;
  font-weight: normal;
}
.hotSearch a:hover {
  color: #a11f24;
}
#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

/*搜索和热门搜索*/

#formsearch {
  float: right;
  background: url(../images/ss.jpg) no-repeat right center;
  width: 282px;
  height: 38px;
  border: 1px solid #eee;
  border-right: 1px solid transparent;
  border-radius: 20px;
}

#formsearch input {
}

#formsearch input#keyword {
  width: 220px;
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
  float: left;
  color: #c0bfbf;
  font-size: 14px;
  background: none;
  border: none;
  outline: none;
}

#formsearch input#s_btn {
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
}

#formsearch input::-webkit-input-placeholder {
  color: #c0bfbf;
}

#formsearch textarea::-webkit-input-placeholder {
  color: #c0bfbf;
}

/*导航栏样式*/

#menu {
}

.navs li {
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  width: 200px;
}

.navs li a {
  display: block;
  line-height: 18px;
  color: #2d2d2d;
  height: 49px;
  padding-top: 8px;
  font-size: 16px;
}

.navs li p {
  color: #2d2d2d;
  font-size: 12px;
  text-transform: uppercase;
}

.navs li:hover a {
  color: #fff;
  text-decoration: none;
  background-color: #a11f24;
}

.navs li:hover p {
  color: #fff;
}

.navs .sec {
  height: 0;
  background: #a11f24;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 49px;
  left: 0px;
  width: 100%;
}

.navs .sec a {
  background: #a11f24;
  color: #fff;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  font-size: 14px;
  padding-top: 0;
}

.navs .sec a:hover {
  background: #a11f24;
  text-decoration: none;
}

.box1 {
  margin-top: 45px;
}

.box1 .cont {
  margin-top: 43px;
}

.bt {
  text-align: center;
  color: #333333;
  font-size: 38px;
  background: url(../images/bt.png) no-repeat center top;
}

.bt span {
  color: #a11f24;
}

.bt p {
  color: #999999;
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}

.prodz {
  width: 261px;
  border: 1px solid #a11f24;
  /* height: 950px; */
  border-bottom: 12px solid #a11f24;
  padding-bottom: 30px;
}

.ptt {
  text-align: center;
  color: #fff;
  background: #a11f24;
  height: 109px;
  overflow: hidden;
  font-size: 32px;
  padding-top: 23px;
}

.ptt p {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 11px;
}

.sortt {
  margin-top: 20px;
  /* height: 568px; */
  overflow: hidden;
}
.sortt li:first-child{
  margin-bottom: 10px;
}
.sortt li a.a {
  background: url(../images/yjh.png) no-repeat;
  width: 226px;
  margin: 0 auto;
  line-height: 48px;
  display: block;
  margin-bottom: 18px;
  color: #333333;
  font-size: 22px;
  padding-left: 40px;
  letter-spacing: 6px;
  margin-left: 14px;
}

.sortt li a.a:hover {
  background: url(../images/yj.png) no-repeat;
  color: #fff;
}

.sortt li .sec {
  width: 217px;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 10px;
}

.sortt li .sec a {
  color: #454545;
  font-size: 15px;
  display: block;
  line-height: 40px;
  border-bottom: 1px dashed #e6e6e6;
  background: url(../images/st1.png) no-repeat 9px center;
  padding-left: 35px;
  height: 40px;
  overflow: hidden;
}

.sortt li .sec a:hover {
  background: url(../images/st2.png) no-repeat 9px center;
  color: #a11f24;
}

.sortt li:first-child a.a {
  background: url(../images/s2.png) no-repeat;
  width: 200px;
  margin: 0 auto;
  line-height: 46px;
  color: #ffffff;
  font-size: 22px;
  margin-left: 14px;
 

}
.sortt li:first-child .a span{
     overflow:hidden;
          text-overflow:ellipsis;
          white-space:nowrap;
          display: block;
          width: 131px;
}
.sortt li .a span{
     overflow:hidden;
          text-overflow:ellipsis;
          white-space:nowrap;
          display: block;
          width: 131px;
}
.dh {
  width: 222px;
  height: 198px;
  margin: 0 auto;
  background: url(../images/dh.png) no-repeat;
  text-align: center;
}

.hy {
  color: #a11f24;
  font-size: 20px;
  padding-top: 25px;
}

.hy p {
  color: #999999;
  font-size: 17px;
  font-weight: normal;
  margin-top: 31px;
}

.tels {
  color: #a11f24;
  font-size: 22px;
  margin-top: 44px;
  font-family: "Impact";
}

.c1-2 {
  width: 916px;
}

.c1-2 .c1-2-1 {
  position: relative;
}

.c1-2 .c1-2-1 .prev,
.c1-2 .c1-2-1 .next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  height: 45px;
  width: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.c1-2 .c1-2-1 .prev {
  left: 10px;
  background: url(../images/z.png) center 0 no-repeat;
}

.c1-2 .c1-2-1 .prev:hover {
  background: url(../images/z2.png) center 0 no-repeat;
}

.c1-2 .c1-2-1 .next {
  right: 10px;
  background: url(../images/y.png) center 0 no-repeat;
}

.c1-2 .c1-2-1 .next:hover {
  background: url(../images/y2.png) center 0 no-repeat;
}

.c1-2 .c1-2-1 .list2 li {
  position: relative;
  padding-top: 32px;
  background: url(../images/h-3.png) center 0 repeat-x;
  border: 2px solid #dddddd;
  border-top: none;
  padding-left: 74px;
  padding-right: 74px;
  height: 390px;
  box-sizing: content-box;
}

.c1-2 .c1-2-1 .list2 li .tu {
  width: 293px;
  height: 335px;
  margin-right: 30px;
  margin-top: 25px;
}

.c1-2 .c1-2-1 .list2 li .tu img {
  width: 293px;
  height: 335px;
}

.c1-2 .c1-2-1 .list2 li .zi {
  width: 354px;
  position: absolute;
  z-index: 111;
  left: 92px;
  top: 72px;
}

.c1-2 .c1-2-1 .list2 li .zi h2 {
  line-height: 60px;
  font-size: 35px;
  color: #a11f24;
  border-bottom: 1px dashed #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c1-2 .c1-2-1 .list2 li .zi .dd {
  margin-top: 10px;
  color: #000000;
  line-height: 24px;
  font-size: 13px;
  text-align: justify;
}

.c1-2 .c1-2-1 .list2 li .zi .dd b {
  font-weight: 600;
  font-size: 15px;
  display: block;
  color: #000000;
  margin-bottom: 5px;
}

.c1-2 .c1-2-1 .list2 li .zi .lj {
  margin-top: 28px;
}

.c1-2 .c1-2-1 .list2 li .zi .lj dd {
  display: inline-block;
  transform: skewx(-12deg);
  width: 144px;
  line-height: 44px;
  text-align: center;
  background: #a11f24;
  margin: 0 -2px;
}

.c1-2 .c1-2-1 .list2 li .zi .lj dd a {
  transform: skewx(12deg);
  color: #fff;
  font-size: 15px;
  display: block;
}

.c1-2 .c1-2-1 .list2 li .zi .lj dd:nth-of-type(2) {
  background: #454545;
}

.product_list11 {
  margin-top: 18px;
}

.product_list11 li {
  float: left;
  margin-right: 26px;
  margin-bottom: 16px;
}

.product_list11 li:nth-child(3n) {
  margin-right: 0;
}

.product_list11 li .img {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 8px;
  display: block;
}

.product_list11 li img {
  width: 268px;
  height: 188px;
  border: 1px solid #e5e5e5;
  display: block;
}

.product_list11 li h3 {
  text-align: center;
  font-weight: normal;
  color: #535353;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.product_list11 li:hover .img {
  background: #a11f24;
}

.product_list11 li:hover h3 {
  color: #a11f24;
}

.ysbg {
  background: url(../images/ysbg.png) center no-repeat;
  height: 550px;
  padding-top: 40px;
  margin-top: 40px;
}

.ysbg-r {
  width: 600px;
}

.ysbg-r .title h3 {
  text-align: center;
  color: #474747;
  font: 700 36px/36px "Microsoft YaHei";
}

.ysbg-r .title h3 span {
  color: #a11f24;
}

.ysbg-r .title p {
  padding: 19px 0 33px;
  text-align: center;
  color: #666666;
  font: 500 18px/18px "Microsoft YaHei";
}

.ys-item {
  float: left;
  width: 268px;
  height: 180px;
  margin-left: 20px;
  padding-top: 20px;
  background: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.ys-item .img {
  width: 68px;
  line-height: 68px;
  margin: 0 auto;
  background: url(../images/bg.png) no-repeat;
  height: 68px;
  display: block;
}

.ys-item img {
}

.ys-item:nth-child(odd) {
  margin-right: 0;
}

.ys-item a {
  display: inline-block;
  width: 268px;
  height: 180px;
  padding-top: 14px;
}

.ys-item h3 {
  padding: 10px 0 8px;
  color: #353535;
  font: 600 20px/20px "Microsoft YaHei";
}

.ys-item p {
  color: #626263;
  font: 400 13px/18px "Microsoft YaHei";
  padding: 0 50px;
}

.ys-item:hover {
  box-shadow: 0px 5px 20px #ccc;
}

.ys-item:hover .img {
  background: url(../images/bg2.png) no-repeat;
}

.index-c2 {
  margin-top: 75px;
  margin-bottom: 83px;
}

.picScroll-left {
  margin-top: 46px;
  position: relative;
}

.picScroll-left .bd {
  overflow: hidden;
}

.picScroll-left .bd ul li {
  width: 250px;
  height: 186px;
  float: left;
  margin-right: 38.5px;
  border: 1px solid #eee;
}
.picScroll-left .bd ul li:hover {
  border: 1px solid #a1212c;
}
.picScroll-left .bd ul li a {
  display: block;
}

.picScroll-left .bd ul li img {
  width: 250px;
  height:186px;
}

.picScroll-left a.next {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/right01.png) no-repeat center;
  position: absolute;
  top: 66px;
  right: -26px;
  cursor: pointer;
}

.picScroll-left a.next:hover {
  background: url(../images/right01_h.png) no-repeat center;
}

.picScroll-left a.prev {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/left01.png) no-repeat center;
  position: absolute;
  top: 66px;
  left: -100px;
  cursor: pointer;
}

.picScroll-left a.prev:hover {
  background: url(../images/left01_h.png) no-repeat center;
}

.box3 {
  background: #a1212c;
  height: 171px;
  /* padding-top: 38px; */
}

.ads li {
  width: 120px;
  text-align: center;
  float: left;
  position: relative;
}

.ads li + li {
  margin-left: 60px;
}

.ads li .img {
  height: 56px;
}

.ads li h3 {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
  margin-top: 19px;
}

.ads li .jt {
  width: 20px;
  height: 13px;
  display: block;
  background: url(../images/jt.png) no-repeat;
  position: absolute;
  left: 140px;
  top: 40px;
}

.ads li:last-child .jt {
  display: none;
}

.h-about {
  background: url(../images/about_bg.png) no-repeat;
  /*height: 869px;*/
  margin-top: 75px;
  padding-bottom: 30px
}

.h-about-box {
  margin-top: 93px;
}

.h-about-left {
  width: 535px;
  height: 396px;
  overflow: hidden;
  margin-left: 16px;
  margin-top: 25px;
}

.h-about-left img {
  width: 535px;
  height: 396px;
}

.h-about-right {
  margin-right: 38px;
  margin-top: 39px;
  width: 567px;
  height: 385px;
  overflow: hidden;
  position: relative;
}

.tabli {
  position: absolute;
  right: 0;
  top: 0;
}

.tabli li {
  float: left;
  width: 28px;
  line-height: 28px;
  color: #a11f24;
  font-size: 15px;
  text-align: center;
  border: 1px solid #a11f24;
  margin-left: 7px;
  cursor: pointer;
}

.tabli li.cur {
  background: #a11f24;
  color: #fff;
  border-color: #a11f24;
}

.tab {
  overflow: hidden;
  display: none;
}

.tab.clicked {
  display: block;
}

.abtitle h3 {
  color: #040203;
  font: 700 46px/44px "Arial";
  padding-bottom: 7px;
  text-transform: uppercase;
}

.abtitle p {
  color: #333333;
  font: 500 23px/24px "Microsoft YaHei";
  letter-spacing: 3px;
  margin-top: 7px;
}

.about-con {
  color: #666;
  color: #666666;
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
  margin-top: 15px;
  height: 168px;
  overflow: hidden;
}

a.more-a {
  display: block;
  width: 198px;
  height: 49px;
  color: #ffffff;
  background: #a11f24;
  text-align: center;
  border-radius: 5px;
  transition: all 0.6s;
  font: 400 13px/49px "Microsoft YaHei";
  margin-top: 25px;
}

.ab-tu {
  margin-top: 36px;
}

.ab-tu .tabli2 {
  width: 191px;
}

.ab-tu .ab-tu-img {
  width: 990px;
  float: right;
  margin-right: 15px;
}

.ab-tu .tabli2 ul li {
  width: 191px;
  height: 68px;
  background: #d3d3d3;
  text-align: center;
  font-size: 21px;
  color: #333333;
  padding-top: 18px;
  cursor: pointer;
}

.ab-tu .tabli2 ul li span {
  display: block;
  font-size: 11px;
  font-family: Arial;
  color: #999999;
  text-transform: uppercase;
}

.ab-tu .tabli2 ul li.cur {
  background: url(../images/ab1.png) no-repeat center;
  color: #fff;
}

.ab-tu .tabli2 ul li.cur span {
  color: rgba(255, 255, 255, 0.5);
}

.ab-tu .ab-tu-img .tab2 {
  display: none;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd {
  overflow: hidden;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li {
  width: 230px;
  height: 172px;
  float: left;
  margin-left: 18px;
  position: relative;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li img {
  width: 230px;
  height: 172px;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: rgba(63, 63, 63, 0.82);
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.box5 {
  background: url(../images/bj5.png) no-repeat;
  height: 706px;
  padding-top: 70px;
}

.box5 .cont {
  padding-top: 52px;
}

.xinwen {
  overflow: hidden;
}

.xleft {
  width: 784px;
  height: 508px;
  border: 1px solid #cecccc;
  position: relative;
}

.xian {
  position: absolute;
  left: 388px;
  top: 88px;
  background: url(../images/x.png) no-repeat;
  width: 1px;
  height: 394px;
}

.nsort li {
  float: left;
  width: 391px;
}

.nsort li a {
  display: block;
  background: #333333;
  height: 58px;
  line-height: 58px;
  color: #fff;
}

.nsort li a h3 {
  font-size: 18px;
  font-weight: normal;
  padding-left: 42px;
  background: url(../images/icon1.png) no-repeat 17px center;
  display: block;
  line-height: 58px;
}

.nsort li a .m1 {
  font-size: 15px;
  margin-right: 15px;
}

.nsort li.cur a {
  background: #a11f24;
}

.tab1 {
  display: none;
  margin: 0 14px;
}

.xlist1 {
  margin-top: 28px;
}

.xlist1 li {
  width: 354px;
  float: left;
  margin-bottom: 18px;
}

.xlist1 li:nth-child(2n) {
  float: right;
}

.xlist1 li h3 {
  color: #333333;
  font-size: 14px;
  float: left;
}

.xlist1 li h4 {
  color: #999999;
  font-size: 12px;
  float: right;
  font-weight: normal;
}

.xlist1 li .nei {
  color: #615c5c;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  height: 54px;
  overflow: hidden;
}

.xlist1 li .nei span {
  color: #a11f24;
}

.xlist1 li h3:hover {
  text-decoration: underline;
  color: #a11f24;
}

.xlist1 li:nth-child(3) {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 24px;
}

.xlist1 li:nth-child(4) {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 24px;
}

.news_list2 {
}

.news_list2 li {
  width: 354px;
  line-height: 37px;
  position: relative;
}

.news_list2 li a {
  color: #333333;
  font-size: 14px;
  display: block;
}
.news_list2 li:hover a{
    color: #a11f24;
}
.news_list2 li h4 {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  line-height: 37px;
}

.news_list2 li:nth-child(2n) {
  float: right;
}

.xright {
  width: 400px;
  height: 508px;
  border: 1px solid #cecccc;
}

.question-news {
  width: 558px;
  margin-top: 58px;
}

#kehu {
  overflow: hidden;
  height: 415px;
  margin: 0 auto;
  position: relative;
}

#jian {
  height: 100%;
}

#zheng {
}

#xtop {
}

.nbt2 {
  height: 58px;
  line-height: 58px;
  background: url(../images/nbj1.png) no-repeat top center;
}

.nnt {
  font-size: 18px;
  color: #fff;
  padding-left: 60px;
}

.nbt2 a {
  font-size: 15px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-right: 20px;
}

.news-list li {
  margin-bottom: 20px;
  margin: 0 13px 0 15px;
}

.news-list li a {
  background: url(../images/wen.png) no-repeat left center;
  padding-left: 24px;
  line-height: 30px;
  color: #a11f24;
  font-size: 14px;
  margin-top: 20px;
  display: block;
}

.news-list li p {
  background: url(../images/da.png) no-repeat left 5px;
  padding-left: 25px;
  color: #615c5c;
  font-size: 14px;
  line-height: 21px;
  margin-top: 5px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cecece;
}
.news-list li:hover a{
  font-weight: 600;
}
.qusetion-list {
  padding-top: 20px;
}

/*友情链接*/

.f_link {
  border-top: 1px solid #ededee;
  padding: 12px 0;
}

.link {
  margin: 0 27px;
  color: #000000;
  font-size: 18px;
  line-height: 31px;
}

.link a {
  color: #000000;
  font-size: 14px;
}
.link a:hover {
  color: #a11f24;
}
.xg {
  margin: 8px 27px 0;
  color: #333333;
  font-size: 16px;
}

.xg a {
  color: #333333;
}

/*页面底部*/

.dao {
  height: 72px;
  line-height: 72px;
  background: url(../images/dao.png) no-repeat;
  overflow: hidden;
}
.fnav{
    display:flex;
    justify-content: center;
}
.fnav li {
  float: left;
  text-align: center;
  padding: 0 46px 0 47px;
}

.fnav li:first-child {
  padding-left: 8px;
}

.fnav li:last-child {
  padding-right: 8px;
}

.fnav li + li {
  background: url(../images/nx.png) no-repeat left center;
}

.fnav li a {
  color: #333333;
  font-size: 20px;
}
.fnav li a:hover {
  color: #a11f24;
}
.foot {
  /* height: 275px; */
  overflow: hidden;
  padding-top: 12px;
}

.foot1 {
  margin-left: 27px;
  width: 310px;
}

.ftt {
  width: 300px;
  font-family: "Arial";
  font-size: 26px;
  color: #353535;
  text-transform: uppercase;
  background: url(../images/fx.png) no-repeat left bottom;
  line-height: 60px;
}

.fname {
  color: #4f4f4f;
  font-size: 18px;
  margin: 16px 0 8px;
  letter-spacing: 3px;
}

.add {
  color: #666666;
  font-size: 15px;
  line-height: 29px;
  font-family: "宋体";
  font-weight: 400;
}

.foot2 {
  margin-left: 75px;
  width: 440px;
}

.wei {
  margin-top: 22px;
}

.foot3 {
  margin-right: 27px;
  width: 270px;
  position: relative;
}

.lx {
  /* width: 180px; */
  margin-top: 17px;
}

.lx p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
  line-height: 24px;
  letter-spacing: 2px;
}

.lx p:nth-child(1) {
  background: url(../images/lx.png) no-repeat left center;
}

.lx p:nth-child(3) {
  background: url(../images/lx.png) no-repeat left center;
}

.lx p:nth-child(5) {
  background: url(../images/lx.png) no-repeat left center;
}

.lx p:nth-child(2) {
  margin-bottom: 12px;
}

.lx p:nth-child(4) {
  margin-bottom: 12px;
}

.kfs {
  position: absolute;
  right: 0;
  top: 203px;
  background: url(../images/kfs.png) no-repeat;
  color: #fff;
  font-size: 14px;
  width: 177px;
  line-height: 36px;
  padding-left: 40px;
  letter-spacing: 3px;
}

.copyright {
  text-align: center;
  color: #fff;
  background: #434343;
  line-height: 24px;
  font-size: 13px;
  padding: 10px 0;
}

.copyright a {
  color: #fff;
}
.copyright a:hover{
  color: rgba(255, 255, 255, 0.8);
}
/*内页左侧样式*/

.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}

.page-product-inquiry a {
  color: #fff;
}
